Builder

public final class Builder

A builder of Address.

Since

8.0.0

Functions

Link copied to clipboard
public Address build()
Returns a new Address instance built from the current state of this builder.
Link copied to clipboard
public Address.Builder city(String city)
Sets the city of the address.
Link copied to clipboard
public Address.Builder dependentLocality(String dependentLocality)
Sets the dependent locality of the address.
Link copied to clipboard
public Address.Builder state(String state)
Sets the state of the address.
Link copied to clipboard
Sets the full street address.
Link copied to clipboard
Sets the zip code of the address.